Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Fix recent CI failures #1307

Merged
merged 4 commits into from
Jul 22, 2024
Merged

CI: Fix recent CI failures #1307

merged 4 commits into from
Jul 22, 2024

Conversation

liushuyu
Copy link
Contributor

This pull request fixes the recent CI failures with clang-format, and Rust builds on Windows.

@liushuyu liushuyu changed the title CI: Fix recently CI failures CI: Fix recent CI failures Jul 11, 2024
@micahsnyder
Copy link
Contributor

Heh I also put in something like this, though your linker-flag-fig may be better #1306

I also have a similar change for the clang-format workflow in https://github.com/Cisco-Talos/clamav/pull/1280/files

@micahsnyder
Copy link
Contributor

Oh but thank you for working on this as well. I appreciate your time.

@liushuyu
Copy link
Contributor Author

Heh I also put in something like this, though your linker-flag-fig may be better #1306

I also have a similar change for the clang-format workflow in https://github.com/Cisco-Talos/clamav/pull/1280/files

Ah sorry, I did not check through all the pull requests. Although I can update this pull requests to get other GitHub Actions updated (e.g. vcpkg stuff)

@micahsnyder
Copy link
Contributor

Although I can update this pull requests to get other GitHub Actions updated (e.g. vcpkg stuff)

If you're up for it, it would be nice. Thankfully those aren't broken (yet) but it would always be nice if they were working with the latest versions.

@micahsnyder micahsnyder merged commit 15ba619 into Cisco-Talos:main Jul 22, 2024
23 checks passed
@micahsnyder micahsnyder added the 🍒cherry-pick-candidate A PR that should be backported once approved. label Jul 22, 2024
mtremer pushed a commit to ipfire/ipfire-2.x that referenced this pull request Sep 5, 2024
- Update from version 1.3.1 to 1.3.2
- Update of rootfile
- 2 CVE Fixes
- Changelog
    1.3.2
	- [CVE-2024-20506](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-20506):
	  Changed the logging module to disable following symlinks on Linux and Unix
	  systems so as to prevent an attacker with existing access to the 'clamd' or
	  'freshclam' services from using a symlink to corrupt system files.
	  This issue affects all currently supported versions. It will be fixed in:
	  - 1.4.1
	  - 1.3.2
	  - 1.0.7
	  - 0.103.12
	  Thank you to Detlef for identifying this issue.
	- [CVE-2024-20505](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-20505):
	  Fixed a possible out-of-bounds read bug in the PDF file parser that could
	  cause a denial-of-service (DoS) condition.
	  This issue affects all currently supported versions. It will be fixed in:
	  - 1.4.1
	  - 1.3.2
	  - 1.0.7
	  - 0.103.12
	  Thank you to OSS-Fuzz for identifying this issue.
	- Removed unused Python modules from freshclam tests including deprecated
	  'cgi' module that is expected to cause test failures in Python 3.13.
	- Fix unit test caused by expiring signing certificate.
	  - Backport of [GitHub pull request](Cisco-Talos/clamav#1305)
	- Fixed a build issue on Windows with newer versions of Rust.
	  Also upgraded GitHub Actions imports to fix CI failures.
	  Fixes courtesy of liushuyu.
	  - Backport of [GitHub pull request](Cisco-Talos/clamav#1307)
	- Fixed an unaligned pointer dereference issue on select architectures.
	  Fix courtesy of Sebastian Andrzej Siewior.
	  - Backport of [GitHub pull request](Cisco-Talos/clamav#1293)
	- Fixes to Jenkins CI pipeline.
	  For details, see [GitHub pull request](Cisco-Talos/clamav#1330)

Signed-off-by: Adolf Belka <[email protected]>
Signed-off-by: Michael Tremer <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🍒cherry-pick-candidate A PR that should be backported once approved.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants